home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyenvoy1 / c019 < prev    next >
Text File  |  1991-06-13  |  2KB  |  35 lines

  1.                                    Modify
  2.  
  3. Modify is the editing command that enables you to locate and alter
  4. text within your message, or to revise individual characters in a
  5. single line of text using editing symbols.
  6.  
  7.    <          Deletes the character immediately above the symbol.
  8.    >          Inserts a space in front of the character immediately
  9.                 above the symbol.
  10. +STRING+      Inserts 'string' in front of the character immediately
  11.                 above the first + symbol.
  12.    !          Deletes the remainder of the line, beginning with the
  13.                 character immediately above the symbol.
  14.  
  15. MODIFY 'string'
  16.   Prompts for changes to each line in the message containing 'string'.
  17.   You can optioanlly limit the number of lines to be modified by
  18.   specifying   MODIFY 'string' in [line no.'s]  .  You must always
  19.   enclose the string in single or double quotes.
  20.  
  21. MODIFY 'string1' TO 'string2'
  22.   Replaces all occurences ofF 'string1' with 'string2' throughout the
  23.   message.  You can optioanlly limit the number of lines to be modified
  24.   by specifying   MODIFY 'string1' to 'string2' in [line no.'S]  .  You
  25.   must always enclose each string in single or double quotes.
  26.  
  27.      COMMAND?  MODIFY 25
  28.         25  Imade a misstake ni this sentence line
  29.      ....... >        <      in      +short +!
  30.         25  I made a mistake in this short sentence
  31.      .......(RETURN)
  32.  
  33. Press RETURN after the ellipsis when you have finished making changes to a
  34. line.
  35.